From eda5d6a4028cacd25bc9556d1204470ecd8eac76 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Mon, 7 Oct 2024 22:22:00 +0300 Subject: [PATCH] chore: change of gmp source (#95) --- apple.rust.deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple.rust.deps.sh b/apple.rust.deps.sh index 725738375..b2ebc41a4 100755 --- a/apple.rust.deps.sh +++ b/apple.rust.deps.sh @@ -59,7 +59,7 @@ prepare() { pushd ${BUILD} mkdir -p "contrib" if [ ! -s "contrib/gmp-${GMP_VERSION}.tar.bz2" ]; then - curl -L -o "contrib/gmp-${GMP_VERSION}.tar.bz2" https://gmplib.org/download/gmp/gmp-${GMP_VERSION}.tar.bz2 + curl -L -o "contrib/gmp-${GMP_VERSION}.tar.bz2" https://ftp.gnu.org/gnu/gmp/gmp-${GMP_VERSION}.tar.bz2 fi rm -rf "contrib/gmp" # shellcheck disable=SC2039,SC2164