cibuild.sh: switch to use the recent bitbucket tools repo

Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
diff --git a/cibuild.sh b/cibuild.sh
index 9c2953a..15e7649 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -35,7 +35,7 @@
 
   if [ ! -f "$prebuilt/genromfs/usr/bin/genromfs" ]; then
     if [ ! -d "$tools" ]; then
-      git clone https://github.com/nuttx/tools.git $tools
+      git clone https://bitbucket.org/nuttx/tools.git $tools
     fi
     mkdir -p $prebuilt; cd $tools
     tar zxf genromfs-0.5.2.tar.gz -C $prebuilt