Skip to content

Commit fc5a975

Browse files
authored
Merge pull request #75 from emidoots/master
update nominated zig index.json location
2 parents 5d09af4 + b50e07a commit fc5a975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ const DownloadIndexKind = enum {
808808
pub fn url(self: DownloadIndexKind) []const u8 {
809809
return switch (self) {
810810
.official => "https://ziglang.org/download/index.json",
811-
.mach => "https://machengine.org/zig/index.json",
811+
.mach => "https://pkg.hexops.org/zig/index.json",
812812
};
813813
}
814814
pub fn uri(self: DownloadIndexKind) std.Uri {

0 commit comments

Comments
 (0)