Skip to content

Commit a39aeca

Browse files
committed
Fix 7zip url
1 parent 052577d commit a39aeca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}
2121
SEVENZIP_WINDOWS_DOWNLOAD_URL = {
22-
"2301": "https://www.7-zip.org/a/7z2401-x64.exe"
22+
"2301": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe"
2323
}
2424

2525

0 commit comments

Comments
 (0)