Skip to content

Commit

Permalink
bazel: change openssl mirror to github since openssl.org is down
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova committed Jul 24, 2024
1 parent 58aa31c commit 17658d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ versioned_http_archive(
build_file = "//bazel/third_party/openssl:openssl.BUILD",
sha256 = "cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8",
strip_prefix = "openssl-{version}",
url = "https://www.openssl.org/source/openssl-{version}.tar.gz",
url = "https://github.com/openssl/openssl/releases/download/OpenSSL_1_1_1w/openssl-{version}.tar.gz",
version = "1.1.1w",
)

Expand Down

0 comments on commit 17658d5

Please sign in to comment.