Skip to content

Commit

Permalink
revert openssl wget cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Spudz76 committed Mar 24, 2024
1 parent fad9347 commit 83ab434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p deps/lib

mkdir -p build && cd build

wget --no-check-certificate https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz -O openssl-${OPENSSL_VERSION}.tar.gz
wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz -O openssl-${OPENSSL_VERSION}.tar.gz
tar -xzf openssl-${OPENSSL_VERSION}.tar.gz

cd openssl-${OPENSSL_VERSION}
Expand Down

0 comments on commit 83ab434

Please sign in to comment.