diff --git a/bazel/grpc_deps.bzl b/bazel/grpc_deps.bzl index bae066d7396..efc22fd9791 100644 --- a/bazel/grpc_deps.bzl +++ b/bazel/grpc_deps.bzl @@ -303,13 +303,13 @@ def grpc_deps(): ) if "bazel_toolchains" not in native.existing_rules(): - # list of releases is at https://releases.bazel.build/bazel-toolchains.html + # list of releases is at https://github.com/bazelbuild/bazel-toolchains/releases http_archive( name = "bazel_toolchains", sha256 = "179ec02f809e86abf56356d8898c8bd74069f1bd7c56044050c2cd3d79d0e024", strip_prefix = "bazel-toolchains-4.1.0", urls = [ - "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/archive/4.1.0.tar.gz", + "https://mirror.bazel.build/github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz", "https://github.com/bazelbuild/bazel-toolchains/releases/download/4.1.0/bazel-toolchains-4.1.0.tar.gz", ], )