Skip to content

Commit

Permalink
Missing url for zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Aug 8, 2024
1 parent 1f3ea3e commit 727f549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/third_party/zlib/zlib_repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def zlib_repositories():
],
urls = [
"https://zlib.net/zlib-1.2.13.tar.gz",
"https://zlib.net/archive/zlib-1.2.13.tar.gz",
"https://storage.googleapis.com/mirror.tensorflow.org/zlib.net/zlib-1.2.13.tar.gz",
],
)

0 comments on commit 727f549

Please sign in to comment.