Skip to content

Commit

Permalink
Correct libmicrohttpd URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
sletz committed Dec 17, 2024
1 parent 6f1a779 commit ae9333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/libfaust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Build libmicrohttpd
run: |
curl -L https://mirrors.sarata.com/gnu/libmicrohttpd/libmicrohttpd-0.9.76.tar.gz -o libmicrohttpd-0.9.76.tar.gz
curl -L https://mirror.cyberbits.eu/gnu/libmicrohttpd/libmicrohttpd-0.9.76.tar.gz -o libmicrohttpd-0.9.76.tar.gz
tar -xvf libmicrohttpd-0.9.76.tar.gz
mv libmicrohttpd-0.9.76 libmicrohttpd
cd libmicrohttpd
Expand Down

0 comments on commit ae9333d

Please sign in to comment.