Skip to content

Commit 727f549

Browse files
committed
Missing url for zlib
1 parent 1f3ea3e commit 727f549

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/third_party/zlib/zlib_repositories.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def zlib_repositories():
1717
],
1818
urls = [
1919
"https://zlib.net/zlib-1.2.13.tar.gz",
20+
"https://zlib.net/archive/zlib-1.2.13.tar.gz",
2021
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.13.tar.gz",
2122
],
2223
)

0 commit comments

Comments
 (0)