diff --git a/repbuild/Cargo.toml b/repbuild/Cargo.toml
index 2b7fc84..3d006a3 100644
--- a/repbuild/Cargo.toml
+++ b/repbuild/Cargo.toml
@@ -14,7 +14,8 @@ fatfs = { version = "0.3", default-features = false, features = [
 	"alloc",
 ] }
 toml = "0.8"
-hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
+#hblang.git = "https://git.ablecorp.us/AbleOS/holey-bytes.git"
+hblang.path = "../../holey-bytes/lang/"
 log = "0.4"
 raw-cpuid = "11"
 ureq = { version = "2", default-features = false, features = ["tls"] }