diff --git a/windows/const.ps1 b/windows/const.ps1 index 03ea34d2..b268ba45 100644 --- a/windows/const.ps1 +++ b/windows/const.ps1 @@ -5,7 +5,7 @@ # LibreSSL coordinates. New-Variable -Name 'LIBRESSL_URL' ` - -Value 'https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL' ` + -Value 'https://cdn.openbsd.org/pub/OpenBSD/LibreSSL' ` -Option Constant New-Variable -Name 'LIBRESSL' -Value 'libressl-3.7.3' -Option Constant New-Variable -Name 'CRYPTO_LIBRARIES' -Value 'crypto-50' -Option Constant