Skip to content

Commit e33e1f1

Browse files
committed
f
Signed-off-by: Nic <[email protected]>
1 parent 956fca3 commit e33e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-apisix-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install_openssl_3(){
3737
fi
3838
# required for openssl 3.x config
3939
cpanm IPC/Cmd.pm
40-
wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-3.2.0/openssl-${OPENSSL_VERSION}.tar.gz
40+
wget --no-check-certificate https://github.com/openssl/openssl/releases/download/openssl-${OPENSSL_VERSION}/openssl-${OPENSSL_VERSION}.tar.gz
4141
tar xvf openssl-${OPENSSL_VERSION}.tar.gz
4242
cd openssl-${OPENSSL_VERSION}/
4343
export LDFLAGS="-Wl,-rpath,$zlib_prefix/lib:$OPENSSL_PREFIX/lib"

0 commit comments

Comments
 (0)