Tailwind download stuck

I cloned my phoenix app (`IEx 1.19.5 (compiled with Erlang/OTP 28)`), run `mix assets.deploy` and the download got stuck:

`[debug] Downloading tailwind from https://github.com/tailwindlabs/tailwindcss/releases/download/v4.1.12/tailwindcss-linux-x64`

the file should end up in `_build` but it’s not event created. After downloading it manually, everything’s fine, but I’m still wondering what’s wrong. Is anybody else experiencing the same issue?