diff --git a/loadbot/prep.pl b/loadbot/prep.pl index 5852cdb..aa35f63 100755 --- a/loadbot/prep.pl +++ b/loadbot/prep.pl @@ -57,7 +57,7 @@ if ($return eq "-1") { } if ( ! -e "benchmarks") { - my $return = system("git clone http://69.55.54.144/benchmarks/.git/"); + my $return = system("git clone http://69.55.54.91/benchmarks/.git/"); } else { chdir "benchmarks"; my $return = system("git pull");