Skip to content

Commit

Permalink
chore(util) update OpenSSL download link
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcha committed Sep 4, 2024
1 parent 1656d13 commit aa164d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa164d8

Please sign in to comment.