Skip to content

Commit

Permalink
fix: change openssl url in build linux (#7284)
Browse files Browse the repository at this point in the history
* testing

* changing openssl url

* try with redirect

* without the 0

* follow redirect from github

* remove port
  • Loading branch information
sidhujus authored Jul 29, 2024
1 parent 608e55b commit 94407b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/pyinstaller/build-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ mkdir -p .build/output/openssl
cd .build/output/openssl

echo "Building OpenSSL"
curl "https://www.openssl.org/source/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
curl -L "https://github.com/openssl/openssl/releases/download/OpenSSL_${openssl_version//./_}/openssl-${openssl_version}.tar.gz" --output openssl.tar.gz
tar xzf openssl.tar.gz
cd openssl-${openssl_version}
# install_sw installs OpenSSL without manual pages
Expand Down

0 comments on commit 94407b0

Please sign in to comment.