Skip to content

Commit

Permalink
Use HTTPS to clone mibench.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Apr 11, 2024
1 parent 5f63008 commit c808419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carfield.mk
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ include $(CAR_XIL_DIR)/xilinx.mk
mibench: $(CAR_SW_DIR)/benchmarks/mibench

$(CAR_SW_DIR)/benchmarks/mibench:
git clone git@github.com:alex96295/mibench.git -b carfield $@
git clone https://github.com/alex96295/mibench.git -b carfield $@

# Litmus tests
LITMUS_WORK_DIR := work-litmus
Expand Down

0 comments on commit c808419

Please sign in to comment.