From cf7b95a3df034dddf146888e6c0ac7afb670f2fd Mon Sep 17 00:00:00 2001 From: Vitaliy Filyuchkov Date: Wed, 4 Sep 2024 11:54:18 +0300 Subject: [PATCH] change source path --- install-openssl_3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-openssl_3.sh b/install-openssl_3.sh index 5f09930..6e95bf4 100644 --- a/install-openssl_3.sh +++ b/install-openssl_3.sh @@ -18,7 +18,7 @@ yum -y install \ yum -y remove openssl # Get openssl tarball -curl -O --silent https://www.openssl.org/source/openssl-3.3.2.tar.gz +curl -O --silent https://github.com/openssl/openssl/releases/download/openssl-3.3.2/openssl-3.3.2.tar.gz # SPEC file cat << 'EOF' > ~/openssl/openssl3.spec