fixing bazel rc type in rbe autoconfig (#304)

diff --git a/rules/rbe_repo.bzl b/rules/rbe_repo.bzl
index 71caa74..5351d34 100644
--- a/rules/rbe_repo.bzl
+++ b/rules/rbe_repo.bzl
@@ -593,7 +593,7 @@
 # rule directly, use rbe_autoconfig macro declared below.
 _rbe_autoconfig = repository_rule(
     attrs = {
-        "bazel_rc_version": attr.string(
+        "bazel_rc_version": attr.int(
             doc = ("Optional. An rc version to use. Note an installer for " +
                    "the rc must be available in https://releases.bazel.build."),
         ),