diff --git a/tests/ci/install_openssl.sh b/tests/ci/install_openssl.sh
index 698bf6dd0de9e9fca6dd80c6561bc4ce0e5faf98..e15a48a127b376cb069fe12e96201e877de436f1 100755
--- a/tests/ci/install_openssl.sh
+++ b/tests/ci/install_openssl.sh
@@ -7,7 +7,7 @@ PREFIX="$1"
 [ -x "${PREFIX}/bin/openssl" ] && exit 0
 
 VERSION=1.0.2o
-SRC="https://www.openssl.org/source/openssl-${VERSION}.tar.gz"
+SRC="https://www.openssl.org/source/old/1.0.2/openssl-${VERSION}.tar.gz"
 
 wget -O openssl.tar.gz "$SRC"
 tar -xf openssl.tar.gz -C "$HOME"