Skip to content

Commit

Permalink
use the http version
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Feb 26, 2024
1 parent d49725e commit c392135
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/build/install-glucose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ export PROCESSES=${PROCESSES:-1}
rm -rf tmp-install-glucose
mkdir tmp-install-glucose
pushd tmp-install-glucose
git clone git@github.com:audemard/glucose.git
git clone https://github.com/audemard/glucose.git
cd glucose
git checkout $VERSION
ls -l
(
cd simp
make -j${PROCESSES} r
Expand Down

0 comments on commit c392135

Please sign in to comment.