Skip to content

Commit ede38ad

Browse files
committed
use https://fossies.org for NASM, original upstream https://nasm.us/ been death for more over week
1 parent e1e11b9 commit ede38ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ARG IMPL_ARTIFACTS_DIR
9898

9999
RUN Write-Host "Installing NASM $env:NASM_VERSION" ; `
100100
New-Item -ItemType Directory -Force -Path C:\Temp, $env:IMPL_ARTIFACTS_DIR ; `
101-
Invoke-WebRequest -Uri "https://www.nasm.us/pub/nasm/releasebuilds/$env:NASM_VERSION/win64/nasm-$env:NASM_VERSION-win64.zip" -OutFile C:\Temp\nasm.zip ; `
101+
Invoke-WebRequest -Uri "https://fossies.org/windows/misc/nasm-$env:NASM_VERSION-win64.zip" -OutFile C:\Temp\nasm.zip ; `
102102
tar -xf C:\Temp\nasm.zip -C $env:IMPL_ARTIFACTS_DIR ; `
103103
Remove-Item C:\Temp\nasm.zip
104104

0 commit comments

Comments
 (0)