From 75ef3c478be6ba204bcfd74562a9c4a2084873ea Mon Sep 17 00:00:00 2001 From: Serhii Yaskovets <yaskovet@sbalzarini-mac-38.mpi-cbg.de> Date: Fri, 21 Apr 2023 15:57:56 +0200 Subject: [PATCH] Update url to ZLIB --- script/install_HDF5.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install_HDF5.sh b/script/install_HDF5.sh index 6477e1869..7f38f24c5 100755 --- a/script/install_HDF5.sh +++ b/script/install_HDF5.sh @@ -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 -- GitLab