From b4feda3be14ccb43d87219d286d2726474276014 Mon Sep 17 00:00:00 2001 From: tracer-ics2023 Date: Mon, 9 Sep 2024 23:56:25 +0800 Subject: [PATCH] =?UTF-8?q?>=20=20compile=20NEMU=20221220000=20=E5=BC=A0?= =?UTF-8?q?=E4=B8=89=20Linux=20zzy=205.15.146.1-microsoft-standard-WSL2=20?= =?UTF-8?q?#1=20SMP=20Thu=20Jan=2011=2004:09:03=20UTC=202024=20x86=5F64=20?= =?UTF-8?q?x86=5F64=20x86=5F64=20GNU/Linux=20=2023:56:24=20up=204=20days,?= =?UTF-8?q?=2012:04,=20=203=20users,=20=20load=20average:=200.75,=200.91,?= =?UTF-8?q?=200.64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nemu/tools/spike-diff/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemu/tools/spike-diff/Makefile b/nemu/tools/spike-diff/Makefile index 760d427..b97e4ca 100644 --- a/nemu/tools/spike-diff/Makefile +++ b/nemu/tools/spike-diff/Makefile @@ -15,7 +15,7 @@ REPO_PATH = repo ifeq ($(wildcard repo/spike_main),) - $(shell git clone --depth=1 https://github.com/NJU-ProjectN/riscv-isa-sim $(REPO_PATH)) + $(shell git clone --depth=1 https://www.github.com/NJU-ProjectN/riscv-isa-sim $(REPO_PATH)) endif REPO_BUILD_PATH = $(REPO_PATH)/build