Did ziglang.org download URLs change recently?

Sorry if this is the wrong place to post this.

I was trying to use the mise tool to install Zig and mise came back with a 404. Here’s the error msg after running mise use -g zig@master:

mise ERROR failed to install core:zig@master
mise ERROR HTTP status client error (404 Not Found) for url (https://ziglang.org/download/master/zig-linux-x86_64-master.tar.xz)
mise ERROR Run with --verbose or MISE_VERBOSE=1 for more information

Code is here:

Just wanting to make sure before I attempt to fix + pull request

Is this the one that did it?

Welp

just found this:

Explanation here:
Zig 0.14.1 released - News - Ziggit

Try doing mise self-update. They fixed it recently.

How good is mise though?! I use it everywhere.