From 3470e16c10e5aef370bcee03dd02e089fc593016 Mon Sep 17 00:00:00 2001 From: Andrin Bertschi Date: Wed, 25 Oct 2023 11:12:06 +0200 Subject: [PATCH] build: use https instead of ssh --- doc/artifact-evaluation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/artifact-evaluation.md b/doc/artifact-evaluation.md index efc470c..2ba2972 100644 --- a/doc/artifact-evaluation.md +++ b/doc/artifact-evaluation.md @@ -40,7 +40,7 @@ configured within the container. ### 1. Download Repository and Submodules (5 human minutes + 30 compute minutes) ```sh -git clone git@github.com:sectrs-acai/acai.git +git clone https://github.com/sectrs-acai/acai.git cd acai git submodule update --init --recursive