Skip to content

Commit fe4d8d8

Browse files
committed
build: fix link?
1 parent 552dd0a commit fe4d8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
.llama_cpp_windows = .{
1717
.optional = true,
18-
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5345/llama-b5345-bin-win-avx2-x64.zip",
18+
.url = "https://github.com/ggml-org/llama.cpp/releases/download/b5345/llama-b5345-bin-win-cpu-x64.zip",
1919
.hash = "N-V-__8AAEAqyAHTDwsOHDyDEcuxr_jt5eXBJU88IUHFElAO",
2020
},
2121
.llama_cpp_linux = .{

0 commit comments

Comments
 (0)