[ISSUE #296] Use the archive download URL for OpenSSL to avoid fail to download source. (#295)

diff --git a/build.sh b/build.sh
index 4a76f9e..8a424bb 100755
--- a/build.sh
+++ b/build.sh
@@ -212,7 +212,7 @@
   if [ -e ${fname_openssl} ]; then
     echo "${fname_openssl} is exist"
   else
-    wget https://www.openssl.org/source/${fname_openssl_down} -O ${fname_openssl_down}
+    wget https://www.openssl.org/source/old/1.1.1/${fname_openssl_down} -O ${fname_openssl_down}
   fi
   tar -zxvf ${fname_openssl} &> unzipopenssl.txt
   if [ $? -ne 0 ]; then