diff --git a/.github/workflows/check-mirrors.yml b/.github/workflows/check-mirrors.yml index 4dfb50db1..6067ba685 100644 --- a/.github/workflows/check-mirrors.yml +++ b/.github/workflows/check-mirrors.yml @@ -16,8 +16,8 @@ jobs: # ziglang.org. This is **not** a recommended strategy for most users, but rather a special # case due to the role this repository plays in maintaining the mirror list. run: | - curl -L 'https://ziglang.org/download/0.15.1/zig-x86_64-linux-0.15.1.tar.xz' | tar -xJ - mv 'zig-x86_64-linux-0.15.1' zig + curl -L 'https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz' | tar -xJ + mv 'zig-x86_64-linux-0.15.2' zig echo "$PWD/zig" >>"$GITHUB_PATH" - name: Check Mirrors diff --git a/assets/community-mirrors.ziggy b/assets/community-mirrors.ziggy index ac9c2b896..dae24a2e2 100644 --- a/assets/community-mirrors.ziggy +++ b/assets/community-mirrors.ziggy @@ -34,4 +34,9 @@ .username = "meox", .email = "glmeocci@gmail.com", }, + { + .url = "https://ziglang.freetls.fastly.net", + .username = "jedisct1", + .email = "zigmirror@pureftpd.org", + }, ]