Skip to content
Snippets Groups Projects
Commit 75ef3c47 authored by Serhii Yaskovets's avatar Serhii Yaskovets
Browse files

Update url to ZLIB

parent 513c7b3f
No related branches found
No related tags found
No related merge requests found
Pipeline #5424 failed
......@@ -14,7 +14,7 @@ fi
if [ ! -d "$1/ZLIB" -a x"$platform" != x"cygwin" ]; then
rm zlib-1.2.11.tar.gz
rm -rf zlib-1.2.11
wget https://zlib.net/zlib-1.2.11.tar.gz
wget https://zlib.net/fossils/zlib-1.2.11.tar.gz
if [ $? -ne 0 ]; then
echo -e "\033[91;5;1m FAILED! Installation requires an Internet connection \033[0m"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment