aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--goodfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/goodfile b/goodfile
index 37db819..cf93b86 100644
--- a/goodfile
+++ b/goodfile
@@ -28,7 +28,7 @@ Build.artifact(sopath)
-- now run some perf numbers...
Step.start("perf")
-Build.run({"git", "clone", "https://github.com/athre0z/disas-bench.git", "disas-bench"})
+Build.run({"git", "clone", "https://github.com/iximeow/disas-bench.git", "disas-bench"})
Build.run({"git", "submodule", "update", "--recursive", "--init"}, {cwd="disas-bench"})
Build.run({"git", "remote", "add", "dev", "../../.."}, {cwd="disas-bench/libs/yaxpeax"})
Build.run({"git", "fetch", "-a", "dev"}, {cwd="disas-bench/libs/yaxpeax"})