fix
diff --git a/.github/workflows/test_bazel.yml b/.github/workflows/test_bazel.yml
index ff4e581..9bc17b4 100644
--- a/.github/workflows/test_bazel.yml
+++ b/.github/workflows/test_bazel.yml
@@ -35,7 +35,7 @@
# still uses from-source protoc because
# --@com_google_protobuf//bazel/toolchains:prefer_prebuilt_protoc is not set
# We must do this because we test a prerelease of protobuf which would violate the cross-version-runtime-guarantee
- - "--incompatible_enable_proto_toolchain_resolution --no@protobuf//bazel/toolchains:prefer_prebuilt_protoc"
+ - "--incompatible_enable_proto_toolchain_resolution --no@com_google_protobuf//bazel/toolchains:prefer_prebuilt_protoc"
runs-on: ${{ matrix.runner }}-latest
name: ${{ matrix.continuous-only && inputs.continuous-prefix || '' }} Examples ${{ matrix.runner }} ${{ matrix.bazelversion }}${{ matrix.bzlmod && ' (bzlmod)' || '' }} ${{ matrix.toolchain_resolution && ' (toolchain resolution)' || '' }}
steps: