Another fix uint -> uint32_t (#2676)

diff --git a/tools/fuzz/fuzz.cpp b/tools/fuzz/fuzz.cpp
index 089dc4e..9943dff 100644
--- a/tools/fuzz/fuzz.cpp
+++ b/tools/fuzz/fuzz.cpp
@@ -213,7 +213,7 @@
 
 bool Fuzz(const spv_target_env& target_env,
           const spvtools::FuzzerOptions& fuzzer_options,
-          const std::vector<uint>& binary_in,
+          const std::vector<uint32_t>& binary_in,
           const spvtools::fuzz::protobufs::FactSequence& initial_facts,
           std::vector<uint32_t>* binary_out,
           spvtools::fuzz::protobufs::TransformationSequence*