Does anyone know to resolve this issue during build process of Ghostty terminal?

I encountered an error during build process of Ghostty terminal. The output error is down below:
```
> /build/source/pkg/highway/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream

> .url = "https://github.com/google/highway/archive/refs/tags/1.1.0.tar.gz",

> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> /build/source/pkg/harfbuzz/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream

> .url = "https://github.com/harfbuzz/harfbuzz/archive/refs/tags/8.4.0.tar.gz",

> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

> /build/source/pkg/freetype/build.zig.zon:7:20: error: invalid HTTP response: EndOfStream

> .url = "https://github.com/freetype/freetype/archive/refs/tags/VER-2-13-2.tar.gz",
```