`zig fetch` unable to connect to server

I just was trying to build some random zig project with dependencies defined in build.zig.zon. And get this error:

error: unable to connect to server: TemporaryNameServerFailure

I tried using zig fetch directly, but as expected it gave the same error.

zig fetch https://pkg.machengine.org/mach-opus/32712fd091636037959720ee00036a060816a4f0.tar.gz

Any other software works absolutely fine: wget, curl, google-chrome… etc.

The TLS implementation wasn’t very good in 0.13. have you tried on master?