We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83490 commit 0385c57Copy full SHA for 0385c57
scripts/001-zlib-1.2.11.sh
@@ -2,7 +2,7 @@
2
# zlib-1.2.11.sh by Naomi Peori ([email protected])
3
4
## Download the source code.
5
-wget --continue http://zlib.net/zlib-1.2.11.tar.gz
+wget --continue https://www.zlib.net/fossils/zlib-1.2.11.tar.gz
6
7
## Unpack the source code.
8
rm -Rf zlib-1.2.11 && tar xfvz zlib-1.2.11.tar.gz && cd zlib-1.2.11
0 commit comments