Skip to content

Commit

Permalink
chore(util) update OpenSSL download link in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro authored Sep 14, 2024
1 parent 26d853e commit 2febf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ build_static_binary() {
# openssl

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"

if [ ! -d "openssl-$OPENSSL_VER" ]; then
tar -xf openssl-$OPENSSL_VER.tar.gz
Expand Down

0 comments on commit 2febf47

Please sign in to comment.