Skip to content

Commit 505bead

Browse files
committed
Fix failing prerequisites script.
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin [email protected]
1 parent 71bac03 commit 505bead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/prerequisites.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ setup_from_zip "stm32f4" \
246246

247247
setup_nuttx_headers "nuttx" \
248248
"./third-party/nuttx" \
249-
"http://git.code.sf.net/p/nuttx/git" \
249+
"https://bitbucket.org/patacongo/nuttx.git" \
250250
"36a655eddec29754cc93631b6083fe6409817861"
251251

252252
setup_cppcheck "cppcheck-1.66" \

0 commit comments

Comments
 (0)