diff --git a/test/bin/init.ps1 b/test/bin/init.ps1 index 8f1aa1bdb..1f690a78a 100644 --- a/test/bin/init.ps1 +++ b/test/bin/init.ps1 @@ -23,8 +23,8 @@ if ($env:CI_WINDOWS -eq $true) { & 7z.exe x "$env:SCOOP_HELPERS\innounp.rar" -o"$env:SCOOP_HELPERS\innounp" -y } if(!(Test-Path "$env:SCOOP_HELPERS\zstd\zstd.exe")) { - Start-FileDownload 'https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip' -FileName "$env:SCOOP_HELPERS\zstd.zip" - & 7z.exe x "$env:SCOOP_HELPERS\zstd.zip" "zstd-v1.5.0-win64" -o"$env:SCOOP_HELPERS\zstd" -y + Start-FileDownload 'https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip' -FileName "$env:SCOOP_HELPERS\zstd.zip" + & 7z.exe x "$env:SCOOP_HELPERS\zstd.zip" "zstd-v1.5.0-win32" -o"$env:SCOOP_HELPERS\zstd" -y } }