Zig fetch: TlsInitializationFailed

I am trying to depend on the npcap sdk. So I try:

zig fetch --save=npcap-sdk https://npcap.com/dist/npcap-sdk-1.13.zip
error: unable to connect to server: TlsInitializationFailed

I have never tried to depend on a c library before, am I doing something wrong?

My zig version is latest nightly:

0.14.0-dev.2064+b5cafe223

there are multiple issues for this on the github, so probably already tracked.