Skip to content

Commit 0ca77a4

Browse files
committed
Add hryx mirror
1 parent bfb5bb9 commit 0ca77a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const CANONICAL = 'https://ziglang.org/builds';
1616
// The list of mirrors we attempt to fetch from. These need not be trusted, as
1717
// we always verify the minisign signature.
1818
const MIRRORS = [
19-
// TODO: are there any more mirrors around?
20-
'https://pkg.machengine.org/zig',
19+
'https://pkg.machengine.org/zig', // slimsag <[email protected]>
20+
'https://zigmirror.hryx.net/zig', // hryx <[email protected]>
2121
];
2222

2323
async function downloadFromMirror(mirror, tarball_name, tarball_ext) {

0 commit comments

Comments
 (0)