From aa164d876e0495885c1d15ffa8338f2e88f59b6d Mon Sep 17 00:00:00 2001 From: Thibault Charbonnier Date: Tue, 3 Sep 2024 21:14:31 +0200 Subject: [PATCH] chore(util) update OpenSSL download link --- util/_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/_lib.sh b/util/_lib.sh index 2a0063c5a..0f796c12e 100644 --- a/util/_lib.sh +++ b/util/_lib.sh @@ -110,7 +110,7 @@ download_openssl() { pushd $DIR_DOWNLOAD notice "downloading OpenSSL $OPENSSL_VER..." download openssl-$OPENSSL_VER.tar.gz \ - "https://www.openssl.org/source/openssl-$OPENSSL_VER.tar.gz" + "https://github.com/openssl/openssl/releases/download/openssl-$OPENSSL_VER/openssl-$OPENSSL_VER.tar.gz" popd tar -xf $DIR_DOWNLOAD/openssl-$OPENSSL_VER.tar.gz