No public description

PiperOrigin-RevId: 660388381
diff --git a/fuzzers/suggestions_fuzzer.cc b/fuzzers/suggestions_fuzzer.cc
index ad9c8e1..a431391 100644
--- a/fuzzers/suggestions_fuzzer.cc
+++ b/fuzzers/suggestions_fuzzer.cc
@@ -9,7 +9,8 @@
 #include "third_party/absl/strings/string_view.h"
 #include "third_party/hunspell/src/hunspell/hunspell.hxx"
 
-DEFINE_string(hunspell_dicts_dir, "/dicts",
+DEFINE_string(hunspell_dicts_dir,
+              "_dictionaries/unsorted",
               "Directory containing the dictionary for the specified language");
 // Note: moved English first to make the conversion of existing crash samples
 // easier.