diff --git a/openssl.json b/openssl.json index e15e3ef86f..38126ec0fa 100644 --- a/openssl.json +++ b/openssl.json @@ -26,11 +26,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.zip", + "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win64-mingw.tar.xz", "extract_dir": "openssl-$matchHead-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.zip", + "url": "https://curl.haxx.se/windows/dl-$matchCurl/openssl-$version-win32-mingw.tar.xz", "extract_dir": "openssl-$matchHead-win32-mingw" } },