diff --git a/.github/workflows/publish-to-pypi.yml b/.github/workflows/publish-to-pypi.yml index 1b23002..de3e2ab 100644 --- a/.github/workflows/publish-to-pypi.yml +++ b/.github/workflows/publish-to-pypi.yml @@ -56,7 +56,7 @@ jobs: CIBW_BEFORE_ALL_LINUX: | if [[ ! -z "$(which yum)" ]]; then yum install -y make gcc perl-core pcre-devel wget zlib-devel git automake - wget https://ftp.openssl.org/source/openssl-1.1.1k.tar.gz + wget https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-1.1.1k.tar.gz tar xf openssl*.gz cd openssl* ./config --prefix=/usr --openssldir=/etc/ssl zlib-dynamic