From bf09526063138eb9a88f1059378973798cc77a8a Mon Sep 17 00:00:00 2001 From: Abhishek Jindal Date: Mon, 3 Jun 2024 16:12:20 -0700 Subject: [PATCH] change url to download openssl --- manywheel/build_scripts/build_utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manywheel/build_scripts/build_utils.sh b/manywheel/build_scripts/build_utils.sh index 7f607ed44..548f36c6e 100755 --- a/manywheel/build_scripts/build_utils.sh +++ b/manywheel/build_scripts/build_utils.sh @@ -1,7 +1,7 @@ #!/bin/bash # Helper utilities for build -OPENSSL_DOWNLOAD_URL=https://ftp.openssl.org/source/old/1.1.1/ +OPENSSL_DOWNLOAD_URL=https://www.openssl.org/source/old/1.1.1/ CURL_DOWNLOAD_URL=https://curl.askapache.com/download AUTOCONF_DOWNLOAD_URL=https://ftp.gnu.org/gnu/autoconf