Skip to content

Commit d5fb78b

Browse files
authored
Merge pull request #57 from FollowerOfBigboss/fix-zlib-url
fix zlib url
2 parents be83490 + 0385c57 commit d5fb78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/001-zlib-1.2.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# zlib-1.2.11.sh by Naomi Peori ([email protected])
33

44
## Download the source code.
5-
wget --continue http://zlib.net/zlib-1.2.11.tar.gz
5+
wget --continue https://www.zlib.net/fossils/zlib-1.2.11.tar.gz
66

77
## Unpack the source code.
88
rm -Rf zlib-1.2.11 && tar xfvz zlib-1.2.11.tar.gz && cd zlib-1.2.11

0 commit comments

Comments
 (0)